PDF4Java Reference Documentation
com.o2sol.pdf4java.core.exceptions Package / PDFIOException Class / PDFIOException Constructor / PDFIOException Constructor(String,IOException)
The exception text.
Inner exception.
In This Topic
    PDFIOException Constructor(String,IOException)
    In This Topic
    Initializes a new PDFIOException object.
    Syntax
    public PDFIOException( 
       java.lang.String message,
       java.io.IOException innerException
    )

    Parameters

    message
    The exception text.
    innerException
    Inner exception.
    See Also